Showing posts with label Tools and Utilities. Show all posts
Showing posts with label Tools and Utilities. Show all posts
Some sites that offer tutorials would want to display HTML (or other similar codes such as XML and JavasScript) on their sites . But since t...
One issue I always encounter in web designing is when I need to re-style the default ugly scroll bars produced when you have a div that i...
Many big websites are using the power of PHP to create dynamic sites. If you also want to learn PHP for making your own websites or to work ...
Programming is surely a tiring job if you're the type who do your codes from scratch. Other than wasting time, your stress level will su...
I was searching a way to delete my search and replace history on Notepad++ . By browsing through the files of the said application I was a...
I had a problem with my current site as to how to display PDF files without depending on the PDF reader plugins installed on the browser. I...
Spams are almost every website enemies and one way to avoid this is using captcha to filter the forms. For those who don't know, Captcha...
I was previously working on a Linux box for my Ruby on Rails application (almost a year old project) that runs on Rails 2.3.2, Rails 1.8.7 a...
Problem I wanted to print an excel file using OpenOffice Calc and I want to have the headings repeated for every page. Solution If a sheet...
An IDE for ruby on rails on Linux Just download their zip file at Aptana . Extract and then run the exe file inside. This will give ...
Ever been irritated by the "Recovery of Files" from OpenOffice? Same here, the fact is that the files it was trying to recovery on...
Online Code Tester You can try to check your code on the go using this online code tester. Just go to http://codepad.org/ . Supports ...
One important tool in programming is the knowledge in regular expression. Here is one way to make sure that your expression is working by te...
If you are looking for an open source flash mp3 player that can be customized and be controlled by JavaScript, then this is what you are loo...
Ever wanted to create your own Chibi? How about creating a sprite for your game? I found a tool in the net that can do those things I'...
In web designing, you'll encounter a case wherein you will need to use an image with clickable areas. Technically, it's as if you ar...